Welcome![Sign In][Sign Up]
Location:
Search - api keyboard

Search list

[OS program用VB.NET 编写的键盘钩子程序

Description: 用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
Platform: | Size: 44507 | Author: 程崇刚 | Hits:

[Button controlKeybord analyer

Description: 分析键盘 利用C++builder 配合API分析各种键盘输入 有详细的中文说明喔 -analysis keyboard use C + + Builder API analysis with keyboard input detailed Chinese explanation oh
Platform: | Size: 30778 | Author: 里民和 | Hits:

[GDI-BitmapSX_4

Description: 一个简单的windows API 画图程序,通过键盘的选择可以画直线,椭圆和矩形。-a simple drawing program windows API, through keyboard choice can be painted straight, oval and rectangular.
Platform: | Size: 9632 | Author: king | Hits:

[Hook api触摸屏的屏幕键盘模拟例程

Description: 触摸屏的屏幕键盘模拟例程.rar 截获底层键盘钩子的API例程,模拟屏幕小键盘-Touchscreen screen keyboard simulation routines. Rar intercepted bottom of the keyboard hook API routines, simulation of the small screen keyboard
Platform: | Size: 76757 | Author: kugui_guo | Hits:

[Hook apiTrackUserIdle_src

Description: The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing are system-wide. i.e. we receive notification even when our application does not have the focus. This is necessary since we are interested in system-wide user activities, not just in our own application. In these notifications (both keyboard and mouse), we update a common variable that stores the time when the event occurred. Therefore, to get the duration since the last user input, we simply compare the current time against this value.-The approach used here is really a simple on e. We intercept the mouse and keyboard activiti es of the user by hooking into the OS s mouse and ke yboard events using the API SetWindowsHookEx ( ). It is important to note that the hooks we are in stalling are system-wide. ie we receive noti that training even when our application does not hepatitis A. e the focus. This is necessary since we are inter ested in system-wide user activities, not just in our own application. In these notifi cations (both keyboard and mouse), we update a common variable that stores the time when the event occurred. Therefore, to get the duration since the last user input. we simply compare the current time against this value.
Platform: | Size: 5134 | Author: l | Hits:

[OpenGL programSDL-1.2.9-mingw32

Description: SDL是一个用来写多媒体软件的多平台库, 通过多平台对一般 音频, 键盘, 鼠标, 手柄, 3D OpenGL硬加速, 2D framebuffer 进行支持的API,常用于游戏和模拟器. 这是一个for mingw32版本源代码-SDL is used to write a multimedia software for multi-platform, multi-platform on the general audio, keyboard, mouse, controller, hardware accelerated OpenGL 3D, 2D framebuffer support for the API, commonly used in games and simulators. This is a version for Mingw32 source code
Platform: | Size: 3862723 | Author: 新天下 | Hits:

[Other resourceSDL-1.2.9-vc

Description: SDL是一个用来写多媒体软件的多平台库, 通过多平台对一般 音频, 键盘, 鼠标, 手柄, 3D OpenGL硬加速, 2D framebuffer 进行支持的API,常用于游戏和模拟器. 这是一个for vc++6.0版本源代码-SDL is used to write a multimedia software for multi-platform, multi-platform on the general audio, keyboard, mouse, controller, hardware accelerated OpenGL 3D, 2D framebuffer support for the API, commonly used in games and simulators. This is one for vc Version 6.0 source code
Platform: | Size: 2862884 | Author: 新天下 | Hits:

[Windows DevelopKeyboard

Description: 基于Windows API实现的屏幕软键盘,一个比较有用的小程序,也是很好的编程参考资料,帮你更进一步了理解Windows API的使用方法。-Windows API implementation based on screen soft keyboard, a useful little program, but also good programming reference to help you understand further the use of Windows API.
Platform: | Size: 13312 | Author: | Hits:

[Hook apihook

Description: 键盘钩子 用java的包实现 钩到键盘输入-keyboard hook
Platform: | Size: 2542592 | Author: | Hits:

[Hook apiKeyboard

Description: 在操作API的时候很多时候需要用到我们键盘上的按键,这里是对照的-API in the operation many times when we need to use keys on the keyboard, here is the contrast
Platform: | Size: 15360 | Author: 徐辉彬 | Hits:

[Hook apikeyboard

Description: 键盘记录源码,更加底层的键盘记录程序。通过Hook API来截获键盘记录。-The keyboard, the bottom of the source record more keylogger. Through the Hook the API to intercept the keyboard records.
Platform: | Size: 63488 | Author: 东东 | Hits:

[OS programXueTr

Description: 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查看,并支持对这些Notify Routine的删除   5.端口信息查看,目前不支持2000系统   6.查看消息钩子   7.内核模块的iat、eat、inline hook、patches检测和恢复   8.磁盘、卷、键盘、网络层等过滤驱动检测,并支持删除   9.注册表编辑 -1 process, thread, process modules, process window, process memory information viewing, hot information to view, kill the process, kill thread, unload the module and other functions 2 kernel driver module view, to support the kernel driver module memory copy 3.SSDT, Shadow SSDT, FSD, KBD, TCPIP, IDT information view, and can detect and recover ssdt hook and inline hook 4.CreateProcess, CreateThread, LoadImage, CmpCallback, BugCheckCallback, Shutdown, Lego, etc. Notify Routine Information check, and to support their Notify Routine Delete 5 port information view, the current system does not support 2000 6 view news hook 7 kernel module iat, eat, inline hook, patches detection and recovery 8 disk, volume, keyboard, network layer filter driver detect, and support for the deletion 9. Registry Editor
Platform: | Size: 3696640 | Author: 接收 | Hits:

[Hook apikeyboard_hook_core

Description: 利用c语言写的,调用了部分windows api的键盘钩子,能顺利截下任何键盘敲打-C language part of the windows api keyboard hook is called, a smooth cut-off any keyboard beat
Platform: | Size: 7168 | Author: witcxc | Hits:

[OS programsimulator-mouse-and-keyboard

Description: 在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的 操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的输入 操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢? 答案是肯定的。这里主要是通过两个Windows API函数来实现的。-In the Windows era, windows interface program by the majority of users are welcome. To these procedures The operation is nothing more than two kinds, the keyboard and mouse input control. Sometimes, for complex or repetitive input, Operation, we can process through the development to replace the manual input, and use the program to simulate the keyboard and mouse input? The answer is in the affirmative. Here is mainly realized by two Windows API function.
Platform: | Size: 30720 | Author: a | Hits:

[Othersimulation-ofmouse-and-keyboard

Description: 几乎所有的游戏中都使用了鼠标来改变角色的位置和方向,玩家仅用一个小小的鼠 标,就可以使角色畅游天下。 那么,我们如何实现在没有玩家的参与下角色也可以自动行走呢。其实实现这个并不 难,仅仅几个Windows API函数就可以搞定,让我们先来认识认识这些API函数。 -Almost all games have used the mouse to change the role of the position and orientation, the player just a little mouse, you can make the role of the world tour. So how do we achieve in the absence of participation of role players can automatically walk it. In fact, this is not difficult to achieve, just a few Windows API functions you can get, let s get to know these API functions.
Platform: | Size: 5120 | Author: lushaolei | Hits:

[ADO-ODBCKeyHandler

Description: KeyHandler 键盘记录 HOOK API-HOOK API keyboard KeyHandler Record
Platform: | Size: 4096 | Author: c30377ganpa | Hits:

[ADO-ODBCKeyHandler

Description: KeyHandler 键盘记录 HOOK API-HOOK API keyboard KeyHandler Record
Platform: | Size: 4096 | Author: lyayaoy | Hits:

[e-languageHOOK-API

Description: 键盘钩子,很实用,可以拿来玩新手-Keyboard Hook
Platform: | Size: 3072 | Author: KK | Hits:

[Otherkeyboard

Description: KEYBOARD (SENDKEY USING AND SETWINDOWLONG API USING)AND BUTTEN aRRAY DYNAMIC CREATE AND ADD EVENT hANDLE. CAN REPACE REAL JUST KEYBOARD SO YOU CAN INPUT BY MOUSE CLICK VB.NET EXAMPLE -keyboard (sendkey using and setwindowlong api using)and butten Array dynamic create and add event Handle. can repace real just keyboard so you can input by mouse click vb.net EXAMPLE
Platform: | Size: 62464 | Author: 石頭 | Hits:

[Other基于API的VB HOOK钩子拦截程序

Description: 一个由VB制作的全屏钩子,可以用来连接键盘,用于游戏机器人,而不用于浏览器中的坏东西。(A full screen hook made by VB can be used to connect the keyboard to game robots, not for bad things in the browser.)
Platform: | Size: 113664 | Author: 聊天中,请等待 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net